func go/doc.clean

3 uses

	go/doc (current package)
		reader.go#L511: 		body := clean(text[m[1]:], keepNL)
		synopsis.go#L41: func clean(s string, flags int) string {
		synopsis.go#L69: 	s = clean(s[0:firstSentenceLen(s)], 0)